.p-strip{
  position: fixed;
  right: 0px;
  top: 0px;
  height: 100%;
  padding:20px 0;
  z-index: 2000;
  background-color: rgba(255,255,255,0.9);
  box-shadow: 0px 0px 40px 5px rgba(0,0,0,0.1);
}
.p-strip__box {
  display: table;
  width: 100%;
  height: 100%;
}

.p-strip__item{
  display: table-row;
}

.p-strip__item a{
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
  text-align: center;
  letter-spacing: 1px;
  color: #666;
  transition: all 0.5s ease;
  border-bottom: 1px solid #fff;
}

.p-strip__item--text{
  font-size: 12px;
  width: 2.5em;
  margin-top: 5px;
  margin-left:auto;
  margin-right:auto;
}
.p-strip__item a .move-text{
  position: absolute;
  top:0;
  right:100%;
  height: 100%;
  padding:8px;
  text-align: left;
  font-size: 12px;
  color:#fff;
  background-color:transparent;
  opacity: 0;
  transform:translateX(250px);
  transition: all 0.5s ease;
}
.p-strip__item a i{
  font-size: 16px;
}

.p-strip__item a.hd{
  color:#fff;
  background-image: linear-gradient(to bottom, #e24b2d, #edb631);
}

.p-strip__item a.join:hover{
  color:#0061ae;
}
.p-strip__item a.contact:hover{
  color:#fff;
  background-color:#0061ae;
}
.p-strip__item a.contact .move-text{
  width:250px;
}
.p-strip__item a.contact:hover .move-text{
  transform:translateX(0px);
  background-color:#0061ae;
  opacity: 1;
}
.p-strip__item a.solve:hover{
  color:#6fba2c;
}

.p-strip__item a.weixin:hover{
  background-color:#6fba2c;
  color:#fff;
}
.p-strip__item a.weixin .move-text{
  top: 50%;
  margin-top: -60px;
  width: 120px;
  height: 120px;
  border-radius: 10px;
  background:url('/website/1/upload/201810090441211-5734.jpg') no-repeat center center;
  background-size:85% 85%;
}

.p-strip__item a.weixin:hover .move-text{
  background-color:#6fba2c;
  opacity: 1;
  transform: translateX(-5px);
}

.p-strip__item a.manage:hover{
  color:#edb631;
}

.p-strip__item a.require{
  color: #fff;
  background-color: #EE4455;
}

@media only screen and (max-width: 990px) {
  .p-strip{
    display: none;
  }
}
